home *** CD-ROM | disk | FTP | other *** search
- object DebugDlg: TDebugDlg
- Left = 616
- Top = 379
- Width = 406
- Height = 296
- Caption = 'Library Aware Debug Trace'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object Toolbar1: TToolBar
- Left = 0
- Top = 0
- Width = 398
- Height = 24
- Align = alTop
- TabOrder = 0
- object ToolButton1: TToolButton
- Left = 4
- Top = 2
- Width = 45
- Height = 20
- Hint = 'Close Trace'
- Caption = 'Close'
- OnClick = ToolButton1Click
- LeaveSpace = False
- end
- end
- object Toolbar2: TToolBar
- Left = 0
- Top = 245
- Width = 398
- Height = 24
- Align = alBottom
- Caption = 'See Debug.PAS, procedure DebugLog for Code'
- TabOrder = 1
- end
- object Memo1: TMemo
- Left = 0
- Top = 24
- Width = 398
- Height = 221
- Hint = 'You'#39're pointing at the debug trace window'
- Align = alClient
- Lines.Strings = (
- 'Memo1')
- ScrollBars = ssVertical
- TabOrder = 2
- end
- end
-